Selerix Developer Tools
RateCardFinder Constructor(List<RateCard>,Rates,Boolean,Boolean)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > RateCardFinder Class > RateCardFinder Constructor : RateCardFinder Constructor(List<RateCard>,Rates,Boolean,Boolean)
The cards.
The parent.
if set to true [is employer ratecard].
if set to true [find exactly].
Initializes a new instance of the RateCardFinder class.
Syntax
'Declaration
 
Public Function New( _
   ByVal cards As List(Of RateCard), _
   ByVal parent As Rates, _
   ByVal isEmployerRatecard As Boolean, _
   ByVal findExactly As Boolean _
)
'Usage
 
Dim cards As List(Of RateCard)
Dim parent As Rates
Dim isEmployerRatecard As Boolean
Dim findExactly As Boolean
 
Dim instance As New RateCardFinder(cards, parent, isEmployerRatecard, findExactly)
public RateCardFinder( 
    cards: List;
    parent: Rates;
    isEmployerRatecard: Boolean;
    findExactly: Boolean
); 
public function RateCardFinder( 
   cards : List,
   parent : Rates,
   isEmployerRatecard : boolean,
   findExactly : boolean
);

Parameters

cards
The cards.
parent
The parent.
isEmployerRatecard
if set to true [is employer ratecard].
findExactly
if set to true [find exactly].
See Also

Reference

RateCardFinder Class
RateCardFinder Members
Overload List